object MCMultiBitmapSaveDialog: TMCMultiBitmapSaveDialog Left = 314 Top = 26 Width = 231 Height = 287 Caption = 'SmartSaver' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 14 object Label1: TLabel Left = 16 Top = 16 Width = 140 Height = 14 Caption = 'Filename base (max 4 chars)' end object Label2: TLabel Left = 16 Top = 40 Width = 121 Height = 14 Caption = 'Directory to store files in:' end object Label3: TLabel Left = 16 Top = 168 Width = 34 Height = 14 Caption = 'Drives:' end object BaseEdit: TEdit Left = 168 Top = 13 Width = 41 Height = 21 TabOrder = 0 Text = 'IMAG' end object DirListBox: TDirectoryListBox Left = 16 Top = 56 Width = 193 Height = 97 ItemHeight = 16 TabOrder = 1 end object DriveComboBox1: TDriveComboBox Left = 16 Top = 184 Width = 193 Height = 20 DirList = DirListBox TabOrder = 2 end object OKBtn: TBitBtn Left = 16 Top = 224 Width = 89 Height = 27 TabOrder = 3 OnClick = OKBtnClick Kind = bkOK end object CancelBtn: TBitBtn Left = 120 Top = 224 Width = 89 Height = 27 TabOrder = 4 Kind = bkCancel end end